NLTK Tutorial 16 Question
print("voted_classifier accuracy percent:", (nltk.classify.accuracy(voted_classifier, testingset))*100)
You must be logged in to post. Please login or register an account.